body {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

/* Bootstrap Overrides */
.btn {
    border-radius: 5rem;
    padding: .5rem 2rem;
}

.text-primary {
    color: #5D83BF !important;
}

.bg-primary {
    background-color: #5D83BF !important;
}

.bg-secondary {
    background-color: #FAA940 !important;
}
.bg-secondary-transparent,
.bg-hover-secondary-transparent:hover {
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(250,169,64,1) 100%);
}
.border-primary {
    border-color: #5D83BF !important;
}

.btn-primary {
    background: #5D83BF;
    border-color: #5D83BF;
}

.btn.btn-primary:hover {
    background: #000;
    border-color: #000;
}

.text-secondary,
.text-hover-secondary:hover {
    color: #FAA940 !important;
}

.bg-secondary {
    background-color: #FAA940;
}

.border-secondary {
    border-color: #FAA940 !important;
}

.btn-secondary {
    background: #FAA940;
    border-color: #FAA940;
    transition: 500ms all;
}

.btn.btn-secondary:hover {
    background: #FAA940;
    border-color: #FAA940;
    box-shadow: 0 0 10px 10px rgb(250 169 64 / 20%);
}

.btn-white {
    background: #fff;
    border-color: #fff;
    color: #FAA940;
}

.btn.btn-white:hover {
    background: #FAA940;
    border-color: #FAA940;
    color: #fff;
}

.btn-custom {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    outline: 0 !important;
    padding: 0 !important;
    margin: 10px 0;
}

.btn-custom img {
    max-height: 30px;
    width: auto;
}

.btn-custom:focus,
.btn-custom:active,
.btn-custom:active:focus {
    outline: 0;
    border: 0 none;
}
.btn-hover-outline:hover {
  background:transparent !important;
  border-color:#fff !important;
}

.bg-1 {
    background: url(../images/bg-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-2 {
    background: url(../images/bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.bg-3 {
    background: url(../images/bg-3.jpg) center center no-repeat;
    background-size: cover;
}
.bg-map {
    background: url(../images/bg-map.png) center center no-repeat;
    background-size: contain;
}
.bg-border-top {
  background: url(../images/bg-border-top.png) top center no-repeat;
  background-size: 100%;
}

.form-control:active,
.form-control:focus,
.form-control:active:focus {
    outline: 0;
    border: 0 none;
    box-shadow: none;
}

p.fs-xs {
    font-size: .8rem;
}

p.fs-sm {
    font-size: .9rem;
}

p {
    font-size: 1rem;
}

.fs-md {
    font-size: 1.1rem;
}

.fs-lg {
    font-size: 1.2rem;
}

.fs-xl {
    font-size: 1.3rem;
}

.fs-xxl {
    font-size: 1.4rem;
}

.fs-xxxl {
    font-size: 1.6rem;
}

.py-6 {
  padding-top:4rem;
  padding-bottom: 4rem;
}
.py-7 {
  padding-top:5rem;
  padding-bottom: 5rem;
}
.py-8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.px-6 {
  padding-left:4rem;
  padding-right: 4rem;
}
.px-7 {
  padding-left:5rem;
  padding-right: 5rem;
}
.px-8 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.pt-6 {
  padding-top:4rem;
}
.pt-7 {
  padding-top:5rem;
}
.pt-8 {
  padding-top: 6rem;
}
.px-6 {
  padding-left:4rem;
  padding-right: 4rem;
}
.px-7 {
  padding-left:5rem;
  padding-right: 5rem;
}
.px-8 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.mt-6 {
  margin-top:4rem;
}
.mt-7 {
  margin-top:5rem;
}
.mt-8 {
  margin-top: 6rem;
}

header {
    background: #fff;
    z-index: 9999;
}
.header-logo {
    max-height: 90px;
    transition:.4s;
}

#header-contact a {
    color: #000;
}

#header-contact img {
    max-height: 50px;
    transition: .4s;
}

header .nav-link {
    font-size: 1.1rem;
    color: #e1e1e1;
    transition:.4s;
}

header .nav-link:hover,
header .nav-link.active {
    color: #fff;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

header .btn.btn-secondary:hover {
    background: #FAA940;
    border-color: #FAA940;
    transform: scale(1.03);
    box-shadow: 0 0 10px 10px rgb(250 169 64 / 30%);
}
header.sticky {
    position: fixed;
    top:0;
    left:0;
    width:100%;
}
header.sticky .header-logo {
    max-height: 50px;
}
header.sticky #header-contact img {
    max-height: 30px;
}
header.sticky .btn.btn-secondary {
    font-size: .9rem;
}
header.sticky nav.navbar {
    padding:4px 0;
}
header.sticky .nav-link {
    font-size: 1rem;
}

#hero-home {
    background: url(../images/hero-home-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 3rem 0;
}

#hero-home h1 {
    font-size: 2.3rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -1px;
}

.hero-form {
    max-width: 400px;
}

.hero-form .form-control {
    margin-bottom: 1rem;
    border-radius: 5rem;
    padding: .5rem 2rem;
}

.logo-carousel .slick-slide {
    padding: 0 20px;
}

.logo-carousel img {
    max-height: 80px;
    width: auto;
    max-width: 100%;
}

.service {
    text-align: center;
    margin-bottom: 3rem;
}

.service img {
    width: 80px;
    height: auto;
    margin-bottom: 20px;
}

.service p {
    font-size: .9rem;
}

.process {
    background: url(../images/process-1.png) center center no-repeat;
    background-size: contain;
    width: 500px;
    height: 500px;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: auto;
}

.process-step {
    background: #FAA940;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    left: 24%;
    top: 4%;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
}

.process-content {
    margin: 18% 0 0 32%;
    width: 300px;
    height: 175px;
    font-size: .9rem;
}

.process-content h3 {
    font-size: 1.1rem;
}

.process.alt-bg {
    background-image: url(../images/process-2.png);
}

.process.alt-bg .process-step {
    background: #5D83BF;
}

@media (min-width:992px) {
    .process-row {
        margin-top: -150px;
    }
}

#portfolio .nav-tabs {
    border: 0 none;
    justify-content: center;
    margin-bottom: 20px;
}

#portfolio .nav-link {
    background: #5D83BF;
    border-radius: 30px;
    margin: 10px;
    border: 1px solid #5D83BF;
    color: #fff;
    padding: 10px 30px;
}

#portfolio .nav-link.show,
#portfolio .nav-link.active {
    background: #FAA940;
    border: 1px solid #FAA940;
    color: #fff;
}

.portfolio img {
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

#packages {
    text-align: center;
}

#packages-tabs-nav.nav-tabs {
    text-align: center;
    margin: 0 auto 50px;
    justify-content: center;
    border: 0 none;
    justify-content: center;
    background: #fff;
}

#packages-tabs-nav.nav-tabs .nav-link {
    border-top: 1px solid #FAA940;
    border-bottom: 1px solid #FAA940;
    border-radius: 0;
    padding: 10px 40px;
    color: #FAA940;
}

#packages-tabs-nav.nav-tabs .nav-item:first-child .nav-link {
    border-left: 1px solid #FAA940;
    border-radius: 30px 0 0 30px;
}

#packages-tabs-nav.nav-tabs .nav-item:last-child .nav-link {
    border-right: 1px solid #FAA940;
    border-radius: 0 30px 30px 0;
}

#packages-tabs-nav.nav-tabs .nav-item.show .nav-link,
#packages-tabs-nav.nav-tabs .nav-link.active {
    background: #FAA940;
    color: #FFF;
}

.package {
    background: #fff;
    border: 4px solid #000;
    padding: 40px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    transition:.4s;
}

.package-title {
    margin-bottom: 10px;
}

.package-price {
    margin-bottom: 20px;
}

.package-price small {
    color: #666;
    display: block;
    font-size: .85rem;
}

.package-price span {
    color: #666;
    display: block;
    font-size: .9rem;
}

span.package-amount {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
}

.package ul {
    list-style: none;
    margin: 20px;
    padding: 0;
}

.package li {
    font-size: .9rem;
    color: #666;
    margin-bottom: 5px;
    text-align: left;
    position: relative;
    padding-left: 20px;
}

.package li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #FAA940;
}
.package:hover {
    transform: scale(1.05);
    background: linear-gradient(43deg, rgb(238 60 38) 0%, rgb(251 170 65) 100%);
    color: #fff !important;
    border-color: transparent;
}
.package:hover p,
.package:hover li,
.package:hover li i,
.package:hover .package-addon,
.package:hover .package-price small,
.package:hover .package-price span,
.package:hover span.package-amount {
    color:#fff;
}
.package:hover .btn-secondary {
    background: #fff;
    color: #000;
}

.package-addon {
    font-size: .8rem;
    color: #999;
}

.testimonial-slide {
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, .2);
    margin: 10px;
}

#testimonials-arrows {
    list-style: none;
    padding: 0;
    margin: 0;
}

#testimonials-arrows .testi-left,
#testimonials-arrows .testi-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #999;
    background: transparent;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
}

#testimonials-arrows .testi-left {
    left: -60px;
}

#testimonials-arrows .testi-right {
    right: -60px;
}

#testimonials-arrows li:hover {
    border-color: #FAA940;
    background: #FAA940;
    color: #fff;
}
#testimonials .slick-track {
    display: flex !important;
}

#testimonials .slick-slide {
    height: inherit !important;
}

.why-choose.card {
  background: #fff;
  border:3px solid #5D83BF;
  border-radius:5px;
  padding:5rem 3rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  height:100%;
}
.why-choose.card svg {
  max-width:80px;
  margin: 0 auto 20px;
  fill:#faa940;
}

#contact-form {
  color:#fff;
}
#contact-form .form-control {
    border:0 none;
    background:transparent;
    border-radius:0;
    border-bottom:2px solid #fff;
    color:#fff;
}
#contact-form .input-group-text {
    background:none;
    border:0 none;
    border-bottom:2px solid #fff;
    border-radius:0;
    color:#fff;
    font-size:1.2rem
}
#contact-form label.form-check-label {
    display:block;
    padding-left:1rem;
    font-size:1rem;
    margin-bottom:5px;
}


#footer-cta {
    background: #393939;
    color: #fff;
    text-align: center;
    padding: 5rem 0 3rem;
}

#footer-cta h3 {
    font-size: 3rem;
}

#footer-cta .form-control {
    background: transparent;
    border-radius: 0;
    border: 0 none;
    border-bottom: 1px solid #faa940;
    margin-bottom: 30px;
    color: #fff;
}

#footer-cta .form-control::placeholder {
    color: #ccc;
}

footer {
    background: #232124;
    color: #fff;
    font-weight: normal;
    font-size: .9rem;
    padding:2rem 0 1rem;
}

footer hr {
    background: #ccc;
    margin: 0;
    height: 1px;
    margin-bottom: 20px;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

footer li {
    margin-bottom:15px;
    position: relative;
    padding-left: 25px;
}

footer li i {
    position: absolute;
    top: 0;
    left: 0;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fff;
}
.stickylead {
    position: fixed;
    top: 250px;
    left:0;
    z-index: 9999;
}
.stickylead .quotePopup {
    background: #faa940;
    transform: rotate(90deg);
    display: block;
    white-space: pre;
    transition:.4s;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
    height: 60px;
    left: -50px;
    font-size: 1.2rem;
    margin-left: -70px;
    box-shadow: 1px 1px 5px 5px rgb(0 0 0 / 10%);
}
.stickylead .quotePopup:hover {
  margin-left:-60px;
}
@media(max-width:767px) {
    .stickylead {
        display: none;
    }
}

#seo-transformation {
    text-align: center;
}
#seo-transformation .nav-tabs {
    position: relative;
    border:0;
    display: inline-block;
    margin:auto;
    background: #ccc;
    border-radius: 50px;
    padding:0;
    height:50px;
    width:120px;
}
#seo-transformation .nav-tabs:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
    box-shadow: 0 0.0625em 0.375em 0 #666;
}
#seo-transformation .nav-tabs li {
    background: transparent;
    display: inline-block;
}
#seo-transformation .nav-tabs li a,
#seo-transformation .nav-tabs li a:hover,
#seo-transformation .nav-tabs li a:focus,
#seo-transformation .nav-tabs li a:active,
#seo-transformation .nav-tabs li a.active {
    background: transparent;
    border:0 none;
    outline:0;
    height: 50px;
    width:120px;
    position: absolute;
    left: 0;
    top: 0;
}
#seo-transformation .nav-tabs li a.active {
    width:0;
}
#seo-transformation .tab-content {
    padding-top: 40px;
}
#seo-transformation .nav-tabs:has(#transform-after-tab.active) {
    background:#faa940 !important;
}
#seo-transformation .nav-tabs:has(#transform-after-tab.active):before {
    transform: translateX(70px);
}
a.whatsapp-chat {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    margin:10px 20px;
    max-width:5rem;
    animation: .7s shakeIt infinite alternate;
}
a.whatsapp-chat:hover {
    transform:scale(1.05);
}
@keyframes shakeIt{
  0%{
    bottom:10px;
  }
  100%{
    bottom: 29px;
  }
}
ul.checklist {
   list-style: none;
   margin:0;
   padding:0;
}
ul.checklist li {
    line-height: 2;
}
ul.checklist li:before {
    color: #faa940;
    padding-right:5px;
    content:"\F26A";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#fourzerofour {
    background: url(../images/hero-home-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 8rem 0;
    min-height: 100vh;
    text-align: center;
}

#fourzerofour h1 {
    font-size: 8rem;
    font-weight: bold;
}

#thankyou {
    background: url(../images/hero-home-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 8rem 0;
    min-height: 100vh;
    text-align: center;
}

#thankyou h1 {
    font-size: 4rem;
    font-weight: bold;
}

#hero-service {
    background: url(../images/hero-home-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 3rem 0 5rem;
    z-index: 1;
}

#hero-service h1 {
    font-size: 3.5rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -1px;
}

.hero-form-service-wrapper {
    background: #fff;
    position: relative;
    z-index: 9;
    max-width: 350px;
    margin: auto;
}

.hero-form-service {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border:2px solid #000;
    border-radius:10px;
    padding:15px 25px;
}
.hero-form-service:before {
    background: url(../images/right-fancy-secondary.png) center center no-repeat;
    background-size: contain;
    width:75%;
    height: 75%;
    position: absolute;
    bottom:0;
    right:0;
    content: "";
    z-index: -1;
    transform: translate(20%, 20%);
}

.hero-form-service .form-control {
    margin-bottom: .5rem;
    border-radius: 2rem;
    padding: .5rem 1rem;
    border-color:#999;
}
.hero-form-service textarea.form-control {
    border-radius:1rem;
}
.hero-form-service .form-control:active,
.hero-form-service .form-control:focus,
.hero-form-service .form-control:focus:active {
    border:1px solid #000 !important;
}
.stretch-left .bg-primary:before {
    background:#5d83bf;
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    right:100%;
}
.stretch-left .bg-primary:after {
    background: url(../images/left-fancy-secondary.png) bottom right no-repeat;
    background-size: contain;
    width:250px;
    height:70%;
    content:"";
    position: absolute;
    right:0;
    bottom:0;
    z-index: -1;
    transform: translate(30%, 20%);
}
.stretch-right .bg-secondary:before {
    background:#faa940;
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:100%;
}
.stretch-right .bg-secondary:after {
    background: url(../images/right-fancy-secondary.png) bottom right no-repeat;
    background-size: contain;
    width:250px;
    height:70%;
    content:"";
    position: absolute;
    left:0;
    bottom:0;
    z-index: -1;
    transform: translate(-30%, 20%);
}